home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / mpu401c / getpat. < prev    next >
Text File  |  1986-11-02  |  379b  |  14 lines

  1. # Copyright (C) 1986 by M. J. Shannon, Jr.
  2. # Permission to distribute for non-commercial uses granted as long as this
  3. # notice is retained.  Violators will be prosecuted.
  4.  
  5. # Makefile for getpat.exe.
  6.  
  7. .SUFFIXES:    .c .obj .exe
  8.  
  9. getpat.obj:    getpat.c mpu.h
  10.     lc -k2 -ml getpat
  11.  
  12. getpat.exe:    getpat.obj mpu.lib
  13.     link \osm\lbin\lc\l\c getpat,getpat,nul,mpu \osm\lbin\lc\l\lc
  14.